home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Games / Hexagonal CA / HexCA.h / TablesUtilPr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-25  |  132 b   |  7 lines  |  [TEXT/CWIE]

  1. #ifndef _TablesUtilPr_
  2. #define _TablesUtilPr_
  3.  
  4. Boolean    InitWindowTables    ( WindowRef );
  5. void        DisposeTables        ( GridDataPtr );
  6.  
  7. #endif